From 439ce6b739d8238d023d3e8fbc5986cb716a225c Mon Sep 17 00:00:00 2001 From: Debian Science Maintainers Date: Tue, 28 Jan 2020 22:29:29 +0000 Subject: [PATCH] Don't fail documentation build on examples exceptions ipython now fails the whole build by default if anything outputs an error, which some of ours do when they can't download data. Author: Rebecca N. Palmer Forwarded: not-needed Gbp-Pq: Name sphinx_ignore_errors.patch --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index a098f37..fcced02 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -73,6 +73,7 @@ copyright = u'2009-2018, Josef Perktold, Skipper Seabold, ' \ autosummary_generate = True autoclass_content = 'class' +ipython_warning_is_error = False # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the -- 2.30.2